home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / tutor / dosguide.exe / HELPDOS.ZIP / DATE.HLP < prev    next >
Text File  |  1985-09-10  |  1KB  |  39 lines

  1. ------------------------  DATE - Internal DOS Command  -------------------------
  2.  
  3. DATE displays and/or sets the date known to the system.
  4.  
  5. FORMAT:   DATE [mm-dd-yy]      or      DATE [mm/dd/yy]
  6.  
  7. REMARKS:
  8.  
  9.    mm  - one or two digits (1-12) for the month
  10.    dd  - one or two digits (1-31) for the day
  11.    yy  - last two digits (80-99) of the year
  12.  
  13.    Entering DATE with no parameters will display the current date setting and
  14.    prompt you for a new date.  If you do not want to change the date, press the
  15.    RETURN key.
  16.  
  17.    DOS will prompt you for the date and time when the system is started, unless
  18.    it finds an AUTOEXEC.BAT file.  If you use an AUTOEXEC.BAT file, you may want
  19.    to include DATE and TIME commands in that file.
  20.  
  21. EXAMPLES:
  22.  
  23. Set the date to 3/15/85:
  24.  
  25.           DATE 3-15-85     or     DATE 3/15/85
  26.  
  27.    Or you can first display the date and let DOS prompt you for a new one:
  28.  
  29.           DATE
  30.           Current date is Mon 1-18-1982
  31.           Enter new date: 3-15-85       <-- enter 3-15-85 and press RETURN
  32.  
  33.  
  34. Display the date and leave it unchanged:
  35.  
  36.           DATE
  37.           Current data in Mon 1-18-1982
  38.           Enter new date:               <-- press RETURN only
  39.